home *** CD-ROM | disk | FTP | other *** search
- #!/bin/bash
- export CC="ccache gcc"
- export CFLAGS="-O2 -march=pentium -mtune=pentium3 -DFD_SETSIZE=2048 \
- -fomit-frame-pointer -pipe -Wl,-s -DHAVE_MMAP=1"
- #aclocal
- #automake
- #autoheader
- #autoconf
- echo "Building with CFLAGS options:"
- echo "$CFLAGS"
- echo " "
- #./configure --cache-file=/usr/src/config-cache/clamav-config-classic --enable-shared=no --enable-static=yes --prefix=C:/clamav-devel --sysconfdir=C:/clamav-devel/etc --sbindir=C:/clamav-devel/bin --disable-clamav --with-libcurl=no --enable-bigstack --disable-gethostbyname_r
- ./configure --cache-file=/usr/src/config-cache/clamav-config-classic --enable-shared=no --enable-static=yes --prefix=C:/clamav-devel --sysconfdir=C:/clamav-devel/etc --sbindir=C:/clamav-devel/bin --disable-clamav --with-libcurl=no --enable-bigstack --enable-readdir_r
-
-